ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BaseCollection<T> Class / BaseCollection<T> Constructor
The owning storage.

In This Topic
    BaseCollection<T> Constructor
    In This Topic
    Initializes a new instance of the BaseCollection<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As System.Object _
    )
    public BaseCollection<T>( 
       System.object owner
    )

    Parameters

    owner
    The owning storage.
    See Also